home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 21 code / Dylan Listings / Readme next >
Encoding:
Text File  |  1995-01-26  |  1.3 KB  |  25 lines  |  [TEXT/ttxt]

  1. This folder contains code listings to accompany an article published in Develop magazine (March 1995 issue), "A First Look at Dylan: Classes, Functions, and Modules", by Steve Strassmann.
  2.  
  3. The files in this directory are:
  4.  
  5.  Readme                      - this file
  6. module-definitions.dyl       - module definitions for the sources
  7. Listing-1.dyl                - example source listings
  8. Listing-2.dyl
  9. Listing-3.dyl
  10. Listing-4.dyl
  11. Listing-5.dyl
  12.  
  13.  
  14. You should be able to explore most of this code with MacMarlais, available elsewhere
  15. on this cdrom as "MacMarlais 0.5.7d27".
  16.  
  17. Please note that MacMarlais is an experimental version of Dylan. It does not fully implement the entire Dylan language, and neither Marlais nor the enclosed code have been fully tested. Marlais was not written or tested by Apple, and Apple makes no assurances about its usefulness or correctness.
  18.  
  19. Module support has only recently been added to MacMarlais. See the DIFFERENCES file for more info. 
  20. One can get the current module with current-module(), and one can set the current module with set-module(new-module).
  21.  
  22. Eval selection (cmd-E) doesn't seem to always get the current module correctly. Try loading files with Load Source (cmd-L) instead.
  23.  
  24. You can send feedback about Marlais to marlais-authors@cis.ufl.edu.
  25.